home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-29 | 1.1 KB | 50 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = ScrollDoodScroll
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = ScrollMatrix.tiff
- LOCAL_RESOURCES = InfoPanel.nib Scroll.nib
-
- GLOBAL_RESOURCES = Dot.tiff SampleImage.eps
-
- CLASSES = Controller.m CustomCell.m NiftyMatrix.m PostScriptView.m \
- RulerView.m StubView.m TileScrollView.m
-
- HFILES = Controller.h CustomCell.h NiftyMatrix.h PostScriptView.h \
- RulerView.h StubView.h TileScrollView.h
-
- MFILES = ScrollDoodScroll_main.m
-
- OTHERSRCS = README.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app ScrollMatrix.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-